vcProcessDelayStatement
Delay statement waits for a specified amount of simulation time.
See in: Overview
Module: vcProcessModel
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| DistributionProperty | vcDistributionProperty | R | Gets a property to calculate a value for the amount of seconds to wait for.See moreA sample is taken when the statement execution begins. Available functions include: normal, lognormal, uniform, exponential, gamma, triangular, weibull. |
| ExpressionProperty | vcExpressionProperty | R | Gets a property defining the amount to wait for defined as an expression that must evaluate to a Real value at the start of the statement execution. Unit is seconds of simulation time. |
| TimeSource | vcTimeSource | RW | Gets a value for whether to evaluate the Distribution or Expression property to get the amount of time to wait for. |